home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / object.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  889 b   |  29 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-75]
  2. [C;6;B]        OBJECT or OBJ [[<filename> ...]
  3. [7]Default: OBJECT
  4. [J;1;N]
  5.   Following object files will be linked into the resulting file. \
  6. This is the opposite of LIBRARY keyword which loads files which \
  7. are not automatically linked into the resulting file. \
  8. OVERLAY keyword changes the stream as well.
  9.   Note: the keywords FROM or ROOT automatically restore this mode.
  10.  
  11.   Usully this keyword is unused. The following format should \
  12. be used:
  13.  
  14.   FROM  <fichier racine>
  15.         [[<fichier objet> ...]
  16.   LIB   <fichier librairie> [[...]
  17.   OVERLAYOBJECT <fichier objet>
  18.   OVERLAY
  19.         <fichier objet> [[...]
  20.   END
  21.   FD    <fichier definition> [[...]
  22.   FDLIB <fichier definition> [[...]
  23.   WITH  <fichier WITH> [[...]
  24.  
  25.   See also:
  26. [L;3][LINK from]            FROM/ROOT
  27. [LINK library]                LIBRARY
  28. [L;5; LINK about; GOTO address]        Become Registred
  29.